home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 13 / CU Amiga Magazine's Super CD-ROM 13 (1997)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1997-08].iso / CUCD / Graphics / irit70 / src / irit / makefile.tc < prev    next >
Makefile  |  1996-05-17  |  3KB  |  52 lines

  1.  
  2. #
  3. # Makefile for the IRIT solid modeler.
  4. #
  5. #
  6. # This makefile is for Turbo C++ 1.0 and up (Using Ansi C though).
  7. #
  8.  
  9. # Works only on TC++ 1.0 make and up - swap out make before invoking command.
  10. # .SWAP
  11.  
  12. # Includes generic definitions.
  13. !include "..\makeflag.tc"
  14.  
  15. OBJS =  bsc_geom.obj ctrl-brk.obj dosintr.obj freefrm1.obj \
  16.     freefrm2.obj freefrm3.obj freefrm4.obj freefrm5.obj \
  17.     inptevl1.obj inptevl2.obj inptevl3.objinptprsr.obj \
  18.     irit.obj objects1.obj objects2.obj overload.obj windows.obj \
  19.     viewobj.obj
  20.  
  21. irit.exe: $(OBJS)
  22.     $(LNK) @&&!
  23. $(TC_LIB_DIR)\c0l+
  24. $(OBJS)
  25. irit.exe
  26. irit.map
  27. $(LIBS)
  28. !$(LFLAGS)
  29.  
  30. install: irit.exe
  31.     copy irit.exe $(BIN_DIR)
  32.     del irit.exe 
  33.     copy iritinit.irt $(BIN_DIR)
  34.     copy irit-dos.cfg $(BIN_DIR)\irit.cfg
  35.  
  36. # Dependencies starts here - do not touch, generated automatically.
  37. ctrl-brk.obj:    program.h inptprsg.h ctrl-brk.h
  38. dosintr.obj:    program.h dosintr.h ctrl-brk.h windows.h
  39. freefrm1.obj:    program.h ../include/allocate.h ../include/attribut.h objects.h ../include/primitiv.h windows.h ../include/ip_cnvrt.h freeform.h
  40. freefrm2.obj:    program.h ../include/allocate.h ../include/attribut.h objects.h ../include/primitiv.h windows.h ../include/ip_cnvrt.h freeform.h
  41. freefrm3.obj:    program.h ../include/allocate.h ../include/attribut.h objects.h ../include/primitiv.h windows.h ../include/ip_cnvrt.h freeform.h
  42. freefrm4.obj:    program.h ../include/allocate.h ../include/attribut.h objects.h ../include/primitiv.h windows.h ../include/ip_cnvrt.h freeform.h
  43. inptevl1.obj:    program.h ../include/allocate.h ../include/attribut.h ../include/convex.h ctrl-brk.h dosintr.h freeform.h ../include/geomat3d.h ../include/geomvals.h inptprsg.h inptprsl.h objects.h overload.h ../include/primitiv.h windows.h ../include/iritgrap.h
  44. inptevl2.obj:    program.h ../include/allocate.h ../include/attribut.h ../include/convex.h ctrl-brk.h dosintr.h freeform.h ../include/geomat3d.h ../include/geomvals.h inptprsg.h inptprsl.h objects.h overload.h ../include/primitiv.h windows.h ../include/iritgrap.h
  45. inptevl3.obj:    program.h ctrl-brk.h objects.h ../include/allocate.h inptprsg.h inptprsl.h windows.h
  46. inptprsr.obj:    program.h ../include/allocate.h ctrl-brk.h inptprsg.h inptprsl.h objects.h overload.h windows.h
  47. irit.obj:    program.h ../include/config.h ctrl-brk.h dosintr.h inptprsg.h ../include/iritprsr.h objects.h windows.h ../include/iritgrap.h ../include/irit_soc.h ../include/bool_lib.h ../include/trim_lib.h ../include/triv_lib.h ../include/symb_lib.h
  48. objects1.obj:    program.h ../include/allocate.h ../include/attribut.h ../include/primitiv.h ../include/geomat3d.h objects.h freeform.h windows.h
  49. objects2.obj:    program.h ../include/allocate.h ../include/attribut.h ../include/primitiv.h ../include/geomat3d.h objects.h freeform.h windows.h
  50. overload.obj:    program.h ../include/allocate.h ../include/attribut.h ../include/bool_lib.h freeform.h ../include/geomat3d.h inptprsg.h inptprsl.h objects.h overload.h
  51. windows.obj:    program.h ../include/irit_soc.h ../include/iritprsr.h windows.h ../include/iritgrap.h
  52.